Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NNotFilter<T> Class / NNotFilter<T> Constructor
filter to invert


In This Topic
    NNotFilter<T> Constructor
    In This Topic
    Creates a new NOT filter that inverts the result of the specified filter
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal filter As INFilter(Of T) _
    )
    'Usage
     
    
    Dim filter As INFilter(Of T)
     
    Dim instance As New NNotFilter(Of T)(filter)
    public NNotFilter<T>( 
       INFilter<T> filter
    )

    Parameters

    filter
    filter to invert
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also